home *** CD-ROM | disk | FTP | other *** search
- on pickadoll
- cursor([756])
- end
-
- on wait t
- startTimer()
- set delay to the timer
- repeat while delay < t
- set delay to the timer
- end repeat
- end
-
- on testljud
- global Vljud
- repeat with channelNumber = 1 to 48
- if the castNum of sprite channelNumber = 52 then
- set the volume of sound 1 to 130
- next repeat
- end if
- set the volume of sound 1 to 255
- end repeat
- end
-
- on KastaCast FromCast, ToCAst
- repeat with x = FromCast to ToCAst
- unLoadCast(x)
- end repeat
- end
-
- on LaddaCast FromCast, ToCAst
- cursor([821, 822])
- repeat with x = FromCast to ToCAst
- preLoadCast(x)
- end repeat
- cursor(-1)
- end
-